home *** CD-ROM | disk | FTP | other *** search
/ Assortment of Nintendo Press CDs / Nintendo DS PK.iso / html / css / styles.css
Encoding:
Cascading Style Sheet File  |  2004-10-10  |  1.0 KB  |  92 lines

  1. body {
  2.     
  3.     font-family: Arial, Verdana, Helvetica, sans-serif;
  4.     font-size: 10pt;
  5.     color:#FFFFFF;
  6. }
  7.  
  8.  
  9. td {
  10.     font-family: Arial, Verdana, Helvetica, sans-serif;
  11.     font-size: 10pt;
  12.     font-weight: normal;
  13.     
  14. }
  15.  
  16. #quicklinks
  17. {
  18.     border-width: 1px;
  19.     border-style: solid;
  20.     border-color: #000000;
  21.     color: #FFFFFF;
  22.     font-family: Arial, Verdana, Helvetica, sans-serif;
  23.     font-size: 9pt;
  24.     font-weight: normal;
  25.     background-color: #666666;
  26.     
  27. }
  28.  
  29.  
  30. .productTitle
  31. {
  32.     font-size: 12pt;
  33.     color:#000000;
  34.     font-weight:bold;
  35.  
  36. }
  37.  
  38.  
  39. .publisher
  40. {
  41.     font-size: 10pt;
  42.     color:#000000;
  43.     
  44.  
  45. }
  46.  
  47. .iptext
  48. {
  49.     font-size: 10pt;
  50.     color:#000000;
  51. }
  52.  
  53. .license
  54. {
  55.     font-size: 10pt;
  56.     color:#000000;
  57. }
  58.  
  59.  
  60.  
  61. .products
  62. {
  63.     font-size: 10pt;
  64.     color:#000000;
  65.     font-weight:bold;
  66. }
  67.  
  68.  
  69. .arrow {
  70.     color:#3399FF;
  71.     font-weight: bold;    
  72.     font-size: 10pt;
  73. }
  74.  
  75.  
  76. a {    
  77.     color:#FFFFFF;
  78.     text-decoration: none;
  79. }
  80.  
  81.  
  82. a:hover {
  83.     color:#FF0000;
  84.     text-decoration:underline;    
  85. }
  86.  
  87.  
  88. .DocFormat {
  89.     font-size: 9pt;
  90.     color:#999999;
  91. }
  92.